home *** CD-ROM | disk | FTP | other *** search
- GnuView = {
- ACTIONS = {
- resize:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- gnuviewController = {
- ACTIONS = {
- activate:;
- activatePushed:;
- windowWillClose:;
- windowDidBecomeMain:;
- deactivate:;
- };
- OUTLETS = {
- gnuView;
- window;
- activateButton;
- controller;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- setKeyTitle:;
- appDidInit:;
- newGnuTerm:;
- printPScodeInKey:;
- };
- OUTLETS = {
- NameField;
- activeTerm;
- keyTerm;
- };
- SUPERCLASS = Object;
- };
-